home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / d / dustv2.46reg.lha / Dust / Examples / OldExamples / PExplodeGOOD.bat < prev    next >
DOS Batch File  |  1995-12-15  |  312b  |  13 lines

  1. #creating a nice particle-explosion
  2. #this script is for professionals
  3. #you will need about 50MB-100MB to store the objects and rendered frames
  4.  
  5. load(1,sphere.obj)
  6. load(2,chesscube.sharp)
  7. o2p(1,2,1,f)
  8. scalep(1,0.8)
  9. savep(1,cp)
  10. PExplode(1,120,obj,9.5,-10.0,-0.0005,30,10,obj)
  11. staging3(obj,1,120,1,120,ram:st)
  12. exit
  13.